Action hook 'wp_ajax_nopriv_{$action}'

in WP Core File wp-admin/admin-ajax.php at line 207

Description

Fires non-authenticated Ajax actions for logged-out users. The dynamic portion of the hook name, `$action`, refers to the name of the Ajax action callback being fired.

Occurrences

Filename Line Number
wp-admin/admin-ajax.php 207

PHP Doc

/**
	 * Fires non-authenticated Ajax actions for logged-out users.
	 *
	 * The dynamic portion of the hook name, `$action`, refers
	 * to the name of the Ajax action callback being fired.
	 *
	 * @since 2.8.0
	 */